home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / demo / GDS_VIEWER.lha / AR_viewer.codes < prev    next >
Text File  |  1994-03-01  |  542b  |  28 lines

  1. Possible AR_viewer exit codes:
  2.  
  3.       0 = All went well
  4.  
  5.     -99 = Couldn't open necessary Amiga libs
  6.  
  7.     -98 = No file specified
  8.  
  9.     -97 = Couldn't lock the WB screen to obtain info about it
  10.  
  11.     -96 = Unable to open WB window for image display
  12.  
  13.      -1 = Not enough memory for image bitmap
  14.  
  15.      -2 = Error opening file (probably doesn't exist)
  16.  
  17.      -3 = Error while reading file
  18.  
  19.      -4 = Unrecognized compression technique
  20.      
  21.      -5 = Unexpected end of file
  22.  
  23.      -6 = Not an IFF ILBM file
  24.  
  25.      -7 = No BODY chunk (no image data)
  26.  
  27.      -8 = No BMHD chunk (bitmap header)
  28.